home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / libs / shutdown.lha / shutdown_5.3 / src / shutdown_lib / smakefile < prev   
Encoding:
Makefile  |  1996-09-22  |  371 b   |  22 lines

  1.  
  2. OBJS = shutdown_library.o
  3.  
  4. shutdown.library: $(OBJS)
  5.       slink with <<
  6. LIBPREFIX _LIB 
  7. LIBFD shutdown_lib.fd 
  8. to shutdown.library 
  9. FROM lib:libent.o lib:libinit.o $(OBJS)
  10. lib lib:sc.lib
  11. noicons
  12. SD 
  13. libversion 2 librevision 3
  14. <
  15.       slink from shutdown.library to libs:shutdown.library ND noicons
  16.  
  17. clean:
  18.     del \#?.o shutdown.library
  19.  
  20. .c.o:
  21.     sc libcode nostackcheck $<
  22.